home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / SLAX 6.0.8 / slax-6.0.8.iso / slax / base / 006-devel.lzm / usr / include / wv2 / convert.h < prev    next >
Encoding:
C/C++ Source or Header  |  2003-08-07  |  2.8 KB  |  76 lines

  1. /* This file is part of the wvWare 2 project
  2.    Copyright (C) 2001 Werner Trobin <trobin@kde.org>
  3.  
  4.    This library is free software; you can redistribute it and/or
  5.    modify it under the terms of the GNU Library General Public
  6.    License version 2 as published by the Free Software Foundation.
  7.  
  8.    This library is distributed in the hope that it will be useful,
  9.    but WITHOUT ANY WARRANTY; without even the implied warranty of
  10.    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
  11.    Library General Public License for more details.
  12.  
  13.    You should have received a copy of the GNU Library General Public License
  14.    along with this library; see the file COPYING.LIB.  If not, write to
  15.    the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
  16.    Boston, MA 02111-1307, USA.
  17. */
  18.  
  19. // This code is generated from the Microsoft HTML specification of the
  20. // WinWord format. Do NOT edit this code, but fix the spec or the script
  21. // generating the sources.
  22. // For information about the script and the "hidden features" please read
  23. // the comments at the begin of the script.
  24.  
  25. // If you find bugs or strange behavior please contact Werner Trobin
  26. // <trobin@kde.org>
  27.  
  28. #ifndef CONVERT_H
  29. #define CONVERT_H
  30.  
  31. #include <word95_generated.h>
  32. #include <word97_generated.h>
  33.  
  34. namespace wvWare {
  35.  
  36. namespace Word95 {
  37.  
  38. // This has been added to the template file, as the mapping is
  39. // non-trivial. Shaheed: Please check the implementation
  40. Word97::BRC toWord97(const Word95::BRC &s);
  41. Word97::STSHI toWord97(const Word95::STSHI &s);
  42.  
  43. Word97::ANLD toWord97(const Word95::ANLD &s);
  44. Word97::ANLV toWord97(const Word95::ANLV &s);
  45. Word97::BKF toWord97(const Word95::BKF &s);
  46. Word97::BKL toWord97(const Word95::BKL &s);
  47. Word97::BRC10 toWord97(const Word95::BRC10 &s);
  48. Word97::BTE toWord97(const Word95::BTE &s);
  49. Word97::CHP toWord97(const Word95::CHP &s);
  50. Word97::DCS toWord97(const Word95::DCS &s);
  51. Word97::DOP toWord97(const Word95::DOP &s);
  52. Word97::DTTM toWord97(const Word95::DTTM &s);
  53. Word97::FIB toWord97(const Word95::FIB &s);
  54. Word97::LSPD toWord97(const Word95::LSPD &s);
  55. Word97::METAFILEPICT toWord97(const Word95::METAFILEPICT &s);
  56. Word97::OBJHEADER toWord97(const Word95::OBJHEADER &s);
  57. Word97::OLST toWord97(const Word95::OLST &s);
  58. Word97::PAP toWord97(const Word95::PAP &s);
  59. Word97::PCD toWord97(const Word95::PCD &s);
  60. Word97::PHE toWord97(const Word95::PHE &s);
  61. Word97::PICF toWord97(const Word95::PICF &s);
  62. Word97::PRM toWord97(const Word95::PRM &s);
  63. Word97::PRM2 toWord97(const Word95::PRM2 &s);
  64. Word97::SED toWord97(const Word95::SED &s);
  65. Word97::SEP toWord97(const Word95::SEP &s);
  66. Word97::SHD toWord97(const Word95::SHD &s);
  67. Word97::TAP toWord97(const Word95::TAP &s);
  68. Word97::TC toWord97(const Word95::TC &s);
  69. Word97::TLP toWord97(const Word95::TLP &s);
  70.  
  71. } // namespace Word95
  72.  
  73. } // namespace wvWare
  74.  
  75. #endif // CONVERT_H
  76.